home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00234_help.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  159 b   |  13 lines

  1. on mouseDown me
  2.   set the visible of sprite the spriteNum of me to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(0)
  12. end
  13.